@charset "utf-8";

/*固定的悬浮窗*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 480px;
	right: 5px;
	cursor: pointer;
	transition: all .3s ease;
}
@media (max-width: 480px){.yb_conct {top: 350px;}}
.yb_bar ul li {
	width: 180px;
	height: 43px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 34px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #bc0000 url(/img/fixCont.png) no-repeat 0 0;line-height:42px;height:42px;text-indent: 54px; text-align:left
}

.yb_bar .yb_wangwang {
	background: #bc0000 url(/img/fixCont.png) no-repeat 0 -59px; text-align:left
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #bc0000 url(/img/fixCont.png) no-repeat 0 -118px; text-align:left
}

.yb_bar .yb_WeiBo {
	text-indent: 0;
	background: #bc0000 url(/img/fixCont.png) no-repeat 0 -174px; text-align:left
}

.yb_bar .yb_WeiXin {
	background: #bc0000 url(/img/fixCont.png) no-repeat 0 -230px;line-height:42px;height:200px; text-align:left
}
.yb_bar .yb_WeiXin span{text-indent: 54px;width:180px; height:42px; display:block; margin-bottom:10px;}
.hd_qr {
	width:125px; height:125px; margin-left:28px; display:inline-block; overflow:hidden
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff; line-height:42px;
}